home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  193 b   |  9 lines

  1. on exitFrame
  2.   repeat with t = 6 to 20
  3.     set the puppet of sprite t to 1
  4.     set the loc of sprite t to point(-256, -256)
  5.     set the puppet of sprite t to 0
  6.   end repeat
  7.   updateStage()
  8. end
  9.